home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / telecomm / bbs / xuucp.lha / uucp / Man / man < prev    next >
Encoding:
Text File  |  1994-11-14  |  1.0 KB  |  37 lines

  1.  
  2. NAME
  3.  
  4.     man - look up documentation on a command
  5.  
  6. SYNOPSIS
  7.  
  8.     man command_1 command_2 ... command_N
  9.  
  10. DESCRIPTION
  11.  
  12.     "Man" looks in the volume or directory "UUMan:" for information
  13.     about the given commands, and then displays it on the screen.
  14.  
  15.     Here is exactly how "Man" works.  If you type "Man myCommand",
  16.     "Man" looks in the directory UUMAN: for a file called "myCommand".
  17.     If it finds the file, it displays it on the screen using the
  18.     file viewing program specified by the RFILTER entry in
  19.     UUlib:Config.
  20.  
  21.     If no such file is found, you are told.
  22.  
  23.     So... for any program that you have, put its documentation file
  24.     in UUMAN:.    Name the documentation file the same as the program
  25.     itself.  Instead of searching for that documentation next time,
  26.     all you have to do is type "Man command-name".
  27.  
  28.  
  29. FILES
  30.  
  31.     UULIB:Config     RFilter entry sets the command Man uses
  32.              to display a manual page.
  33.  
  34.     UUMAN:    Manual directory.
  35.  
  36.     Assign  For "Assign UUMAN: some-directory-of-your-choice".
  37.